From 2655d929fe68c40d0140896b276d09b3d146f087 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Fri, 29 Apr 2016 01:19:23 +0000 Subject: [PATCH] W32: reword the error about required cairo version 1.14.x series does not contain the functionality needed by GTK+. Advise to use 1.15.x (1.15.2 is available) or 1.16.x (yet to be released). https://bugzilla.gnome.org/show_bug.cgi?id=765790 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 702cb04867..e1f743de44 100644 --- a/configure.ac +++ b/configure.ac @@ -580,7 +580,7 @@ PKG_CHECK_MODULES(BASE_DEPENDENCIES, PKG_CHECK_MODULES(CAIRO_BACKEND, [$cairo_backends]) -# Remove this check once cairo_required_version reaches at least 1.14.4 +# Remove this check once cairo_required_version reaches at least 1.16.0 case $host_os in mingw*) PKG_CHECK_MODULES(CAIRO, [cairo >= cairo_required_version]) @@ -588,7 +588,7 @@ case $host_os in [AC_MSG_RESULT([found])], [AC_MSG_ERROR( [cairo_win32_surface_create_with_format is not found in cairo library -You need cairo version newer than 2015-04-14])]) +You need a cairo snapshot 1.15.x or 1.16.x release or newer])]) ;; *) ;; -- 2.30.2